home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / utils / disk-man / linux-fl.000 / linux-fl / linux-floppies / building-blocks / msgbox < prev    next >
Encoding:
Text File  |  1996-04-05  |  244 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # INFO BOX
  4. # ------------
  5. # It prompts the user for a value. Then that value is store
  6. # in file /tmp/Fdrive_size, from where other programs may
  7. dialog     --title "SELECT DRIVE SIZE" \
  8.     --msgbox "\n What is your drive size? \n " 13 40 
  9.